home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
shared.dir
/
00544.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-20
|
317 b
|
17 lines
on exitFrame
global startflag, rotateCounter
if startflag = 0 then
set rotateCounter to 1
set startflag to 1
end if
set rotateCounter to rotateCounter + 1
if rotateCounter < 10 then
go(#loop)
else
soundstopper()
set startflag to 0
set rotateCounter to 1
go(#next)
end if
end